xen/acpi: disentangle ACPI enumerations.
authorTim Deegan <Tim.Deegan@citrix.com>
Thu, 7 Apr 2011 14:06:47 +0000 (15:06 +0100)
committerTim Deegan <Tim.Deegan@citrix.com>
Thu, 7 Apr 2011 14:06:47 +0000 (15:06 +0100)
commit756f04dbee194f5bb0e6404b428f3ffc43fa8705
tree3e79273a03a9deed7e1c7fd4333cb02f1b15a9e0
parent679a2b90210c5d0af271ffd382c6e18272001e0a
xen/acpi: disentangle ACPI enumerations.

There are two sets of ACPI table enums and structs, and clang
complains about implicit casts between them.  It would be much better
to remove one entire set of ACPI definitions but for now just use the
right enum for each interface.

Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/arch/x86/acpi/boot.c
xen/drivers/acpi/numa.c
xen/include/xen/acpi.h